net/altera_tse: use flush_dcache_range instead of flush_dcache
authorStefan Kristiansson <[email protected]>
Fri, 4 Nov 2011 02:38:07 +0000 (02:38 +0000)
committerWolfgang Denk <[email protected]>
Fri, 30 Mar 2012 21:58:36 +0000 (23:58 +0200)
commitee04a1048e73a5d9c359caa6f44a73329699aaa8
tree4f94280931bf84cda3815114f85cf45e2262b396
parent83ea1308537aabb5fd72a11cd9bada9d8496d585
net/altera_tse: use flush_dcache_range instead of flush_dcache

flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson <[email protected]>
Cc: Ben Warren <[email protected]>
Cc: Thomas Chou <[email protected]>
Acked-by: Thomas Chou <[email protected]>
drivers/net/altera_tse.c